home *** CD-ROM | disk | FTP | other *** search
/ How To Lose A Guy In 10 Days Press Kit / How to Lose a Guy in 10 Days Press Kit.iso / pc / Program.dxr / Internal_30_HelpReturn 4.ls < prev    next >
Encoding:
Text File  |  2003-01-17  |  151 b   |  14 lines

  1. on enterFrame me
  2.   cursor(254)
  3. end
  4.  
  5. on mouseDown
  6.   go("Preview4A")
  7.   cursor(0)
  8.   sound(3).play(member("click2"))
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.